home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / isamexpt.zip / README.TXT < prev    next >
Text File  |  1996-01-13  |  3KB  |  71 lines

  1. ISAMTABLE, ISAMNAV, ISAMBROW and ISAMEXPT
  2. {Copyright 1995 by Norbert Stellberg GmbH}
  3.  
  4. Description:
  5.   ISAMTABLE is a Delphi-Component, that can handle tables of
  6.             TURBO POWER FILER just like normal IDAPI-Table-Objects.
  7.             You don't need any IDAPI- or ODBC-drivers. Only if you
  8.             want to export FILER-data to DBASE, you must include
  9.             the IDAPI-DLLs.
  10.   ISAMNAV   is a Delphi-Component that can handle ISAMTABLE-Objects
  11.             like the DBNAVIGATOR-Component does with IDAPI-Tables.
  12.             You can skip forward and back, step to top of table
  13.             or to its end, just like DBNAVIGATOR does with IDAPI-
  14.             tables.
  15.   ISAMBROW  is a Delphi-Component, that can browse ISAMTABLE-Data
  16.             like DBGRID does with IDAPI-Tables. It reads the data-fields
  17.             automatically from the ISAMTABLE. A Setup-Dialog for the
  18.             browser can change the browser-settings, such as fieldlength,
  19.             field-order. You can also change fieldlengths (during runtime)
  20.             by DRAG and DROP, like you know from DBGRIDs.
  21.   ISAMEXPT  (********** is the jewel of this software-package *************)
  22.             It is an Delphi-Expert, that can automatically create a browser
  23.             an an editor from each ISAMTABLE. You only must tell him the
  24.             structure of the record, an Index-Descriptor an the file- and
  25.             form-names.
  26.  
  27. These units  d o   n o t   replace the BDE-Units. They only make it easier
  28.             to handle FILER-Tables, because the handling can now be
  29.             compared with the handling of BDE-Tables. The ISAM*.DCU-Units
  30.         can only handle tables of the FILER (TURBO POWER) and can
  31.             transfer those tables do DBase-Format. For this transfer you
  32.             already need the normal BDE-IDAPI-Units.
  33.  
  34. NOT INCLUDED: the units of the FILER (Copyright TURBO POWER INC) are
  35.             not included. You need these units, otherwise the programs,
  36.             created by this expert, won't work. Please refer to
  37.               TurboPower Software
  38.               P.O. Box 49009
  39.               Colorado Springs, CO 80949-9009
  40.  
  41.  
  42. INSTALLATION
  43.   1. Please copy the files of this package into the desired path, for
  44.      example C:\DELPHI\ISAMEXPT
  45.   2. Start Delphi, choose the menue-option OPTIONS /INSTALL NEW COMPONENTS
  46.      to add ISAMTABLE, ISAMNAV, ISAMBROW and ISAMEXPT into the COMPLIB.DCL
  47.      of Delphi (ISAMTABLE, ISAMNAV und ISAMBROW are new Delphi-Components,
  48.      ISAMEXPT is the expert}
  49.   3. to test it: Create a new project and then a new form. From the form-
  50.      gallery you must choose the ISAMEXPT.
  51.  
  52. PRICE: 25 US-Dollars for registering, source-code
  53.        not included. For source-code please contact
  54.        N.STELLBERG (adresses below).
  55.  
  56. REGISTRATION
  57.   - Compuserve: NORBERT STELLBERG, 100024,3227
  58.   - Internet  : NORBERT STELLBERG, 100024,3227 @COMPUSERVE.COM
  59.   - Post      : Norbert Stellberg, Blindenaaf 36, 51491 Overath, Germany
  60.   - Telephone : 0049 2206 6644
  61.   - Fax       : 0049 2206 80805
  62.  
  63. TUTILITY.DLL: You must download this DLL from BORLAND DELPHI Forum,
  64.               because the copyright of this DLL is not mine.
  65.  
  66. NO WARRANTY: You use this software-package on your own risk.
  67.   If you have problems, I would be happy to receive a mail
  68.   of you. I will try to help you as fast as I can.
  69.  
  70. Enjoy it.
  71.